home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / (Vol E-12) May 21 2012.iso / Animations / dj / dj.swf / scripts / frame_1 / PlaceObject2_40_MediaDisplay_1 / CLIPACTIONRECORD on(construct).as
Text File  |  2012-05-21  |  246b  |  14 lines

  1. on(construct){
  2.    aspectRatio = true;
  3.    autoPlay = true;
  4.    autoSize = true;
  5.    contentPath = "dj.flv";
  6.    fps = 25;
  7.    mediaType = "FLV";
  8.    totalTime = 0;
  9.    enabled = true;
  10.    visible = true;
  11.    minHeight = 0;
  12.    minWidth = 0;
  13. }
  14.